disable some fixmes
authorVitaly Lipatov <lav@etersoft.ru>
Mon, 24 Jan 2011 12:53:46 +0000 (15:53 +0300)
committerVitaly Perov <vitperov@etersoft.ru>
Mon, 24 Jan 2011 12:53:46 +0000 (15:53 +0300)
Conflicts:

dlls/advapi32/security.c

dlls/advapi32/security.c
dlls/rasapi32/rasapi.c
dlls/user32/misc.c

index 41edf4ecac670f978c33bf0db2a9c2268fd562dd..2dff4a67978613505a818dcdb4634b6b78eaa563 100644 (file)
@@ -3509,7 +3509,7 @@ BOOL WINAPI SetAclInformation( PACL pAcl, LPVOID pAclInformation,
                                DWORD nAclInformationLength,
                                ACL_INFORMATION_CLASS dwAclInformationClass )
 {
-    FIXME("%p %p 0x%08x 0x%08x - stub\n", pAcl, pAclInformation,
+    ("%p %p 0x%08x 0x%08x - stub\n", pAcl, pAclInformation,
           nAclInformationLength, dwAclInformationClass);
 
     return TRUE;
index e4d115931cb49d71f3a5ba7bf8a9be13a39e67e1..b64fab765dfdee160f3c76766807e77a9f4eedf5 100644 (file)
@@ -101,8 +101,8 @@ DWORD WINAPI RasEditPhonebookEntryW(HWND hwnd, LPCWSTR lpszPhonebook, LPCWSTR lp
  */
 DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD lpcb, LPDWORD lpcConnections) {
        /* Remote Access Service stuff is done by underlying OS anyway */
-       FIXME("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
-       FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+       TRACE("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
+       TRACE("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
        *lpcb = 0; /* size of buffer needed to enumerate connections */
        *lpcConnections = 0; /* no RAS connections available */
 
@@ -114,8 +114,8 @@ DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD lpcb, LPDWORD lpcConne
  */
 DWORD WINAPI RasEnumConnectionsW( LPRASCONNW rcw, LPDWORD lpcb, LPDWORD lpcConnections) {
        /* Remote Access Service stuff is done by underlying OS anyway */
-       FIXME("(%p,%p,%p),stub!\n",rcw,lpcb,lpcConnections);
-       FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+       TRACE("(%p,%p,%p),stub!\n",rcw,lpcb,lpcConnections);
+       TRACE("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
        *lpcb = 0; /* size of buffer needed to enumerate connections */
        *lpcConnections = 0; /* no RAS connections available */
 
@@ -129,7 +129,7 @@ DWORD WINAPI RasEnumEntriesA( LPCSTR Reserved, LPCSTR lpszPhoneBook,
         LPRASENTRYNAMEA lpRasEntryName,
         LPDWORD lpcb, LPDWORD lpcEntries)
 {
-       FIXME("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_a(lpszPhoneBook),
+       TRACE("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_a(lpszPhoneBook),
             lpRasEntryName,lpcb,lpcEntries);
         *lpcEntries = 0;
        return 0;
@@ -142,7 +142,7 @@ DWORD WINAPI RasEnumEntriesW( LPCWSTR Reserved, LPCWSTR lpszPhoneBook,
         LPRASENTRYNAMEW lpRasEntryName,
         LPDWORD lpcb, LPDWORD lpcEntries)
 {
-       FIXME("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_w(lpszPhoneBook),
+       TRACE("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_w(lpszPhoneBook),
             lpRasEntryName,lpcb,lpcEntries);
         *lpcEntries = 0;
        return 0;
@@ -154,13 +154,13 @@ DWORD WINAPI RasGetConnectStatusA(HRASCONN hrasconn, LPRASCONNSTATUSA lprasconns
     if (!lprasconnstatus) return ERROR_UNKNOWN;
     if ((lprasconnstatus->dwSize != sizeof(RASCONNSTATUSA)) && (lprasconnstatus->dwSize != sizeof(RASCONNSTATUSW)))
         return ERROR_INVALID_SIZE;
-    FIXME("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
+    TRACE("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
     return 0;
 }
 
 DWORD WINAPI RasGetConnectStatusW(HRASCONN hrasconn, LPRASCONNSTATUSW lprasconnstatus)
 {
-    FIXME("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
+    TRACE("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
     return 0;
 }
 
index 4b38dd235e5384f3b20dffa382d18d5d937703a5..7bc2fe9436832bdfae1dc76b48edbb0383dc831f 100644 (file)
@@ -271,7 +271,7 @@ BOOL WINAPI EnumDisplayDevicesA( LPCSTR lpDevice, DWORD i, LPDISPLAY_DEVICEA lpD
 BOOL WINAPI EnumDisplayDevicesW( LPCWSTR lpDevice, DWORD i, LPDISPLAY_DEVICEW lpDisplayDevice,
                                  DWORD dwFlags )
 {
-    FIXME("(%s,%d,%p,0x%08x), stub!\n",debugstr_w(lpDevice),i,lpDisplayDevice,dwFlags);
+    TRACE("(%s,%d,%p,0x%08x), stub!\n",debugstr_w(lpDevice),i,lpDisplayDevice,dwFlags);
 
     if (i)
         return FALSE;