I am trying to compile a program that includes the line:
SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &ulScrollLines,0 );
Dev 4.9.7.0/mingw 3.2 gives the error:
MAIN - Caret.cpp:123: `SPI_GETWHEELSCROLLLINES' undeclared (first use this function)
Looking in winuser.h where I read it was to be found, it was not listed.
I did find it in winuser.h files from Digital Mars and Microsoft VC++.
Is this a bug, or is my winuser.h bad?
Derek
To save anyone pointing it out I know the value is 104, and the program is running.
I just wanted to know if it is a bug I should report?
Wayne, Zero, you out there?
WHEEL_PAGESCROLL also missing.
Log in to post a comment.
I am trying to compile a program that includes the line:
SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &ulScrollLines,0 );
Dev 4.9.7.0/mingw 3.2 gives the error:
MAIN - Caret.cpp:123: `SPI_GETWHEELSCROLLLINES' undeclared (first use this
function)
Looking in winuser.h where I read it was to be found, it was not listed.
I did find it in winuser.h files from Digital Mars and Microsoft VC++.
Is this a bug, or is my winuser.h bad?
Derek
To save anyone pointing it out I know the value is 104, and the program is running.
I just wanted to know if it is a bug I should report?
Wayne, Zero, you out there?
Derek
WHEEL_PAGESCROLL also missing.
Derek