mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-27 02:18:11 +00:00
Replace DWORD -> uint32_t. (PR #1350)
Some have been left where tightly coupled with the Win32 API.
This commit is contained in:
@@ -31,7 +31,7 @@ protected:
|
||||
|
||||
private:
|
||||
void InitOptions(HWND hWnd);
|
||||
eApple2Type GetCloneType(DWORD NewMenuItem);
|
||||
eApple2Type GetCloneType(uint32_t NewMenuItem);
|
||||
int GetCloneMenuItem(void);
|
||||
void InitFreezeDlgButton(HWND hWnd);
|
||||
void InitCloneDropdownMenu(HWND hWnd);
|
||||
|
||||
Reference in New Issue
Block a user