Sync to Wine-20050725:
[reactos.git] / reactos / lib / comdlg32 / colordlg16.c
index fea8488..03720ca 100644 (file)
@@ -71,7 +71,7 @@ typedef struct CCPRIVATE
 /***********************************************************************
  *                              CC_WMInitDialog16                  [internal]
  */
-LONG CC_WMInitDialog16( HWND hDlg, WPARAM wParam, LPARAM lParam )
+static LONG CC_WMInitDialog16( HWND hDlg, WPARAM wParam, LPARAM lParam )
 {
    int i, res;
    int r, g, b;
@@ -190,7 +190,7 @@ LONG CC_WMInitDialog16( HWND hDlg, WPARAM wParam, LPARAM lParam )
 /***********************************************************************
  *                              CC_WMCommand16                  [internal]
  */
-LRESULT CC_WMCommand16( HWND hDlg, WPARAM wParam, LPARAM lParam, WORD notifyCode, HWND hwndCtl )
+static LRESULT CC_WMCommand16( HWND hDlg, WPARAM wParam, LPARAM lParam, WORD notifyCode, HWND hwndCtl )
 {
     int  r, g, b, i, xx;
     UINT cokmsg;