···155155 return;
156156157157 // Set Small Window Icon and do not link.
158158- if ( id == OIC_WINLOGO+1 )
158158+ if ( id == OIC_INTERNAL_WINSMALL )
159159 {
160160 pcur->CURSORF_flags |= CURSORF_GLOBAL;
161161 UserReferenceObject(pcur);
+2
win32ss/user/ntuser/cursoricon.h
···108108#define ROIC_BANG 3
109109#define ROIC_NOTE 4
110110#define ROIC_WINLOGO 5
111111+#define ROIC_SHIELD 6
112112+#define OIC_INTERNAL_WINSMALL 6 /* Note: This needs to change if SHIELD is added to gasysico. */
111113112114#define ROCR_ARROW 0
113115#define ROCR_IBEAM 1