summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/psp_general.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/psp_general.cpp')
-rw-r--r--plugins/UserInfoEx/src/psp_general.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/psp_general.cpp b/plugins/UserInfoEx/src/psp_general.cpp
index fbfc25c044..05c8d229fd 100644
--- a/plugins/UserInfoEx/src/psp_general.cpp
+++ b/plugins/UserInfoEx/src/psp_general.cpp
@@ -80,7 +80,7 @@ INT_PTR CALLBACK PSPProcGeneral(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
switch (((LPNMHDR)lParam)->code) {
case PSN_INFOCHANGED:
{
- BYTE bEnable;
+ uint8_t bEnable;
DBVARIANT dbv;
CCtrlFlags Flags;
@@ -109,7 +109,7 @@ INT_PTR CALLBACK PSPProcGeneral(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
// gender
{
- BYTE gender
+ uint8_t gender
= IsDlgButtonChecked(hDlg, RADIO_FEMALE)
? 'F'
: IsDlgButtonChecked(hDlg, RADIO_MALE)