mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 09:14:09 +08:00
use long for LINT for 32-bit platform
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ typedef __int64 LONG_PTR;
|
||||
#elif defined(__LP64__)
|
||||
typedef long LONG_PTR;
|
||||
#else
|
||||
typedef int LONG_PTR;
|
||||
typedef long LONG_PTR;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user