lifan
2026-07-31 6485303687e78fd8304cd123b898ce0d488b7a54
jrj/xframe/xcontrol/xdatetimepick.hpp
@@ -25,8 +25,8 @@
      int GDT_VALID = 0x0;
      int DTM_FIRST = 0x1000;
      int DTM_SETSYSTEMTIME = DTM_FIRST + 2;
      int WM_KILLFOCUS = 0x0008;
      int WM_SETFOCUS = 0x0007;
      int WM_KILLFOCUS_ = 0x0008;
      int WM_SETFOCUS_ = 0x0007;
      SendMessage(GetHWND(), DTM_SETSYSTEMTIME, GDT_VALID, (LPARAM) & fdate);
      return 1;
   }