Changeset 48944 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 7, 2013 9:32:37 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r43589 r48944 22 22 include $(PATH_SUB_CURRENT)/Video/Makefile.kmk 23 23 ifdef VBOX_WITH_CROGL 24 if !defined(VBOX_WITH_NEW_WINE) 24 if !defined(VBOX_WITH_NEW_WINE) 25 25 include $(PATH_SUB_CURRENT)/Wine/Makefile.kmk 26 26 else -
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r42280 r48944 221 221 $(call MSG_TOOL,Inf2Cat,VBoxVideoWddm-inf,$@,$<) 222 222 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 223 223 224 224 ifdef VBOX_WITH_WDDM_W8 225 225 VBOXWDDMW8_WITH_DISPD3D = 1 … … 227 227 VBOXWDDMW8_WITH_GL = 1 228 228 endif 229 229 230 230 INSTALLS += VBoxVideoW8-inf 231 231 VBoxVideoW8-inf_INST = $(INST_ADDITIONS) -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r46783 r48944 1857 1857 static HRESULT APIENTRY vboxWddmDispGetCaps (HANDLE hAdapter, CONST D3DDDIARG_GETCAPS* pData) 1858 1858 { 1859 1859 VBOXDISP_DDI_PROLOGUE_ADP(hAdapter); 1860 1860 1861 1861 vboxVDbgPrint(("==> "__FUNCTION__", hAdapter(0x%p), caps type(%d)\n", hAdapter, pData->Type)); -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpBmp.cpp
r45768 r48944 30 30 * "Temporary" list contains free and temporary entries. Temporary entries are at the head, 31 31 * free entries are at the tail. New temporary entries are inserted in the head. 32 * 32 * 33 33 * "Cached" list contains cached entries. When a entry is used, it is moved to the head. 34 34 * … … 317 317 * if the hash is used again, mark as cached and tell the caller to cache the bitmap; 318 318 * remove "temporary" entries before any other. 319 * 319 * 320 320 */ 321 321 int vrdpbmpCacheSurface(VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
r46757 r48944 172 172 $(PATH_SDK_$(VBOX_WINDDK_GST_W8)_LIB)/BufferOverflowK.lib 173 173 endif # VBOX_WITH_WDDM_W8 174 174 175 175 endif # VBOX_WITH_WDDM 176 176 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r46896 r48944 559 559 bResult = FALSE; 560 560 } 561 561 562 562 break; 563 563 } -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp
r46896 r48944 634 634 VBOXMP_WARN_VPS_NOBP(rc); 635 635 if (rc != NO_ERROR) 636 { 636 { 637 637 u32Flags = 0; 638 638 } -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/file.c
r44558 r48944 551 551 Status = VBoxErrorToNTStatus(vboxRC); 552 552 553 Log(("VBOXSF: MRxFlush: Returned 0x%08X\n", 553 Log(("VBOXSF: MRxFlush: Returned 0x%08X\n", 554 554 Status)); 555 555 return Status; -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.c
r42154 r48944 1185 1185 if (pDeviceExtension->wszLocalConnectionName[idx] == NULL) 1186 1186 { 1187 Log(("VBOXSF: vbsfCreateConnection: LocalConnectionName at index %d NOT allocated!\n", 1187 Log(("VBOXSF: vbsfCreateConnection: LocalConnectionName at index %d NOT allocated!\n", 1188 1188 idx)); 1189 1189 Status = STATUS_INSUFFICIENT_RESOURCES; -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp
r46593 r48944 259 259 } 260 260 261 261 262 262 if (dwStatus == WN_SUCCESS) 263 263 { … … 733 733 if (dwStatus != WN_SUCCESS) 734 734 { 735 Log(("VBOXNP: NPOpenEnum: Returned error 0x%08X\n", 735 Log(("VBOXNP: NPOpenEnum: Returned error 0x%08X\n", 736 736 dwStatus)); 737 737 if (pCtx) … … 860 860 CopyMemory(pDst, RemoteName, cbRemoteName); 861 861 pDst += cbRemoteName / sizeof(WCHAR); 862 862 863 863 pNetResource->lpComment = NULL; 864 864 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/tstCredentialProvider.cpp
r44975 r48944 20 20 NULL, 0, &authBuffer, &authBufferSize, &(save), 0); 21 21 printf("Test returned %ld\n", dwErr); 22 22 23 23 return dwErr == ERROR_SUCCESS ? 0 : 1; 24 24 } -
trunk/src/VBox/Additions/WINNT/VBoxMMR/dllmain.cpp
r46593 r48944 42 42 const PCHAR pc = strrchr(buffer, '\\'); 43 43 isWMP = (0 == strcmp(pc + 1, "wmplayer.exe")); 44 44 45 45 if (isWMP) 46 46 { -
trunk/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
r44864 r48944 18 18 #pragma once 19 19 20 // The following ifdef block is the standard way of creating macros which make exporting 20 // The following ifdef block is the standard way of creating macros which make exporting 21 21 // from a DLL simpler. All files within this DLL are compiled with the TSMFHOOK_EXPORTS 22 22 // symbol defined on the command line. This symbol should not be defined on any project 23 // that uses this DLL. This way any other project whose source files include this file see 23 // that uses this DLL. This way any other project whose source files include this file see 24 24 // TSMFHOOK_API functions as being imported from a DLL, whereas this DLL sees symbols 25 25 // defined with this macro as being exported. … … 35 35 36 36 // {56E95534-F42E-4C79-8EED-B121B4823163} 37 static const GUID ProviderId = 37 static const GUID ProviderId = 38 38 { 0x56e95534, 0xf42e, 0x4c79, { 0x8e, 0xed, 0xb1, 0x21, 0xb4, 0x82, 0x31, 0x63 } }; 39 39 40 40 // {06797744-5A74-4782-B2AB-B86D9F6C7B4A} 41 static const GUID ChannelOpenCategoryId = 41 static const GUID ChannelOpenCategoryId = 42 42 { 0x6797744, 0x5a74, 0x4782, { 0xb2, 0xab, 0xb8, 0x6d, 0x9f, 0x6c, 0x7b, 0x4a } }; 43 43 44 44 // {BF94ED39-9585-4822-B69E-DF19549A664C} 45 static const GUID ChannelWriteCategoryId = 45 static const GUID ChannelWriteCategoryId = 46 46 { 0xbf94ed39, 0x9585, 0x4822, { 0xb6, 0x9e, 0xdf, 0x19, 0x54, 0x9a, 0x66, 0x4c } }; 47 47 48 48 // {95375270-AE5F-423E-A4EB-5AE7FC649CF6} 49 static const GUID ChannelReadCategoryId = 49 static const GUID ChannelReadCategoryId = 50 50 { 0x95375270, 0xae5f, 0x423e, { 0xa4, 0xeb, 0x5a, 0xe7, 0xfc, 0x64, 0x9c, 0xf6 } }; 51 51 52 52 // {01F2A23A-4144-45E6-9933-4668915A1758} 53 static const GUID ChannelCloseCategoryId = 53 static const GUID ChannelCloseCategoryId = 54 54 { 0x1f2a23a, 0x4144, 0x45e6, { 0x99, 0x33, 0x46, 0x68, 0x91, 0x5a, 0x17, 0x58 } }; 55 55
Note:
See TracChangeset
for help on using the changeset viewer.