Remove checks for PBS_XXX.

<https://msdn.microsoft.com/en-us/library/windows/desktop/bb760820(v=vs.85).aspx>
This commit is contained in:
Catalin 2017-03-05 15:15:55 +02:00
parent 5d3cf28022
commit 73210723cd

View File

@ -40,15 +40,6 @@
// constants
// ----------------------------------------------------------------------------
// old commctrl.h (< 4.71) don't have those
#ifndef PBS_SMOOTH
#define PBS_SMOOTH 0x01
#endif
#ifndef PBS_VERTICAL
#define PBS_VERTICAL 0x04
#endif
#ifndef PBM_SETBARCOLOR
#define PBM_SETBARCOLOR (WM_USER+9)
#endif