aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/pysidewtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/pysidewtypes.h')
-rw-r--r--sources/pyside6/PySide6/pysidewtypes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside6/PySide6/pysidewtypes.h b/sources/pyside6/PySide6/pysidewtypes.h
index 4e6cf8263..f853949ac 100644
--- a/sources/pyside6/PySide6/pysidewtypes.h
+++ b/sources/pyside6/PySide6/pysidewtypes.h
@@ -4,12 +4,12 @@
#ifndef __PYSIDEWTYPES__
#define __PYSIDEWTYPES__
-typedef struct HWND__ *HWND;
-typedef unsigned UINT;
-typedef long LONG;
-typedef unsigned long DWORD;
-typedef UINT WPARAM;
-typedef LONG LPARAM;
+using HWND = struct HWND__ *;
+using UINT = unsigned;
+using LONG = long;
+using DWORD = unsigned long;
+using WPARAM = UINT;
+using LPARAM = LONG;
struct POINT
{