[clinkster] _WIN32 -> _MSC_VER

This commit is contained in:
PoroCYon 2019-07-28 17:38:50 +02:00
parent 7d5e1b9b49
commit f41e000eaf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ struct sample {
short left,right; short left,right;
}; };
#ifndef _WIN32 #ifndef _MSC_VER
#define __stdcall #define __stdcall
#endif #endif