mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #624 Replace typedef with using.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#endif
|
||||
#include <Windows.h>
|
||||
#else
|
||||
typedef unsigned long DWORD; //!< Fake Windows DWORD
|
||||
using DWORD = unsigned long; //!< Fake Windows DWORD
|
||||
#endif
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
Reference in New Issue
Block a user