diff options
Diffstat (limited to 'win/tkWinInt.h')
-rwxr-xr-x[-rw-r--r--] | win/tkWinInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index efff755..7ab4ff4 100644..100755 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -128,8 +128,8 @@ typedef struct { * Win32 raster and BitBlt op modes. */ -extern int tkpWinRopModes[]; -extern int tkpWinBltModes[]; +extern CONST int tkpWinRopModes[]; +extern CONST int tkpWinBltModes[]; /* * The following defines are used with TkWinGetBorderPixels to get the |