mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Convert custom HeadSpin integer types to standard types from stdint.h
This commit is contained in:
@ -59,7 +59,7 @@ namespace pnUtilsExe {
|
||||
***/
|
||||
|
||||
//============================================================================
|
||||
dword TimeGetTickCount () {
|
||||
uint32_t TimeGetTickCount () {
|
||||
return GetTickCount();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user