mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Replace DWORD -> uint32_t. (PR #1350)
Some have been left where tightly coupled with the Win32 API.
This commit is contained in:
@@ -55,7 +55,7 @@ private:
|
||||
bool CheckPrint(void);
|
||||
void ClosePrint(void);
|
||||
|
||||
DWORD m_inactivity;
|
||||
uint32_t m_inactivity;
|
||||
UINT m_printerIdleLimit;
|
||||
FILE* m_file;
|
||||
std::string m_szPrintFilename;
|
||||
|
||||
Reference in New Issue
Block a user