mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
[REACTOS] Add missing line breaks at end of file
This commit is contained in:
parent
764881a94b
commit
0c2cdcae83
@ -35,4 +35,4 @@ typedef struct _SENDCMDINPARAMS {
|
||||
ULONG dwReserved[4];
|
||||
UCHAR bBuffer[1];
|
||||
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
|
||||
#include <poppack.h>
|
||||
#include <poppack.h>
|
||||
|
@ -91,4 +91,4 @@ CCell::SetCellCoordinates(
|
||||
)
|
||||
{
|
||||
m_CellCoordinates = Coordinates;
|
||||
}
|
||||
}
|
||||
|
@ -519,4 +519,4 @@ CGridView::SetCellFocus(
|
||||
// Set the new active cell and give it focus
|
||||
m_ActiveCell = NewActiveCell;
|
||||
m_ActiveCell->SetFocus(true);
|
||||
}
|
||||
}
|
||||
|
@ -81,4 +81,4 @@ private:
|
||||
|
||||
bool ChangeMapFont(
|
||||
);
|
||||
};
|
||||
};
|
||||
|
@ -51,4 +51,4 @@
|
||||
|
||||
//WINE_DEFAULT_DEBUG_CHANNEL(charmap);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -311,4 +311,4 @@ CreateStopDependsDialog(HWND hParent,
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
@ -322,4 +322,4 @@ done:
|
||||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
@ -310,4 +310,4 @@ cmdStatistics(
|
||||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
@ -647,4 +647,4 @@ SndMixerGetLineByName(PSND_MIXER Mixer,
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
@ -798,4 +798,4 @@ const nfs41_upcall_op nfs41_op_setacl = {
|
||||
parse_setacl,
|
||||
handle_setacl,
|
||||
marshall_setacl
|
||||
};
|
||||
};
|
||||
|
@ -868,4 +868,4 @@ out:
|
||||
dprintf(IOLVL, "<-- pnfs_write() returning %s\n",
|
||||
pnfs_error_string(status));
|
||||
return status;
|
||||
}
|
||||
}
|
||||
|
@ -92,4 +92,4 @@ extern BOOL g_IsUISuppressed;
|
||||
BOOL
|
||||
GetSuppressNewUIValue(VOID);
|
||||
|
||||
#endif /* _UMPNPMGR_PCH_ */
|
||||
#endif /* _UMPNPMGR_PCH_ */
|
||||
|
@ -47,4 +47,4 @@ INT_PTR CALLBACK CustomizeNotifyIconsProc(HWND hwnd, UINT Message, WPARAM wParam
|
||||
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
|
||||
{
|
||||
DialogBoxW(hInst, MAKEINTRESOURCEW(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, CustomizeNotifyIconsProc);
|
||||
}
|
||||
}
|
||||
|
@ -11,4 +11,4 @@
|
||||
BOOL attach_main(INT argc, LPWSTR *argv)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@
|
||||
//
|
||||
#define MACH_TYPE_OMAP_ZOOM2 1967
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
@ -190,4 +190,4 @@ typedef struct {
|
||||
WIN_CERTIFICATE_UEFI_GUID AuthInfo;
|
||||
} EFI_VARIABLE_AUTHENTICATION_2;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2097,4 +2097,4 @@ typedef struct {
|
||||
//#include <Uefi/UefiGpt.h>
|
||||
//#include <Uefi/UefiInternalFormRepresentation.h>
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -950,4 +950,4 @@ BiDeleteKey (
|
||||
|
||||
/* All done */
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
@ -49,4 +49,4 @@ MmArchTranslateVirtualAddress (
|
||||
{
|
||||
EfiPrintf(L" MmMapPhysicalAddress NOT IMPLEMENTED for this platform\r\n");
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
@ -144,4 +144,4 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ typedef struct
|
||||
unsigned char BootPartition;
|
||||
unsigned short BootSignature;
|
||||
|
||||
} PACKED EXT2_BOOTCODE, *PEXT2_BOOTCODE;
|
||||
} PACKED EXT2_BOOTCODE, *PEXT2_BOOTCODE;
|
||||
|
2
dll/3rdparty/libtirpc/src/bindresvport.c
vendored
2
dll/3rdparty/libtirpc/src/bindresvport.c
vendored
@ -275,4 +275,4 @@ bindresvport_sa(sd, sa)
|
||||
/*
|
||||
#endif
|
||||
*/
|
||||
#endif
|
||||
#endif
|
||||
|
2
dll/3rdparty/libtirpc/src/clnt_generic.c
vendored
2
dll/3rdparty/libtirpc/src/clnt_generic.c
vendored
@ -472,4 +472,4 @@ __rpc_raise_fd(int fd)
|
||||
|
||||
return (nfd);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
2
dll/3rdparty/libtirpc/src/epoll_sub.c
vendored
2
dll/3rdparty/libtirpc/src/epoll_sub.c
vendored
@ -59,4 +59,4 @@ epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
|
||||
return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
2
dll/3rdparty/libtirpc/src/getpublickey.c
vendored
2
dll/3rdparty/libtirpc/src/getpublickey.c
vendored
@ -172,4 +172,4 @@ int getpublickey(netname, publickey)
|
||||
else
|
||||
return(__getpublickey_real(netname, publickey));
|
||||
}
|
||||
#endif /* ! _WIN32 */
|
||||
#endif /* ! _WIN32 */
|
||||
|
2
dll/3rdparty/libtirpc/src/key_prot_xdr.c
vendored
2
dll/3rdparty/libtirpc/src/key_prot_xdr.c
vendored
@ -170,4 +170,4 @@ xdr_key_netstres(register XDR *xdrs, key_netstres *objp)
|
||||
}
|
||||
return (TRUE);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
2
dll/3rdparty/libtirpc/src/netname.c
vendored
2
dll/3rdparty/libtirpc/src/netname.c
vendored
@ -147,4 +147,4 @@ host2netname(netname, host, domain)
|
||||
(void) sprintf(netname, "%s.%s@%s", OPSYS, host, domain);
|
||||
return (1);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
2
dll/3rdparty/libtirpc/src/netnamer.c
vendored
2
dll/3rdparty/libtirpc/src/netnamer.c
vendored
@ -324,4 +324,4 @@ getnetid(key, ret)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* !_WIN32 */
|
||||
#endif /* !_WIN32 */
|
||||
|
2
dll/3rdparty/libtirpc/src/pmap_getmaps.c
vendored
2
dll/3rdparty/libtirpc/src/pmap_getmaps.c
vendored
@ -88,4 +88,4 @@ pmap_getmaps(address)
|
||||
}
|
||||
address->sin_port = 0;
|
||||
return (head);
|
||||
}
|
||||
}
|
||||
|
2
dll/3rdparty/libtirpc/src/pmap_getport.c
vendored
2
dll/3rdparty/libtirpc/src/pmap_getport.c
vendored
@ -106,4 +106,4 @@ pmap_getport(address, program, version, protocol)
|
||||
address->sin_port = 0;
|
||||
return (port);
|
||||
}
|
||||
#endif /* ! _WIN32 */
|
||||
#endif /* ! _WIN32 */
|
||||
|
2
dll/3rdparty/libtirpc/src/pmap_prot.c
vendored
2
dll/3rdparty/libtirpc/src/pmap_prot.c
vendored
@ -55,4 +55,4 @@ xdr_pmap(xdrs, regs)
|
||||
xdr_u_long(xdrs, ®s->pm_prot))
|
||||
return (xdr_u_long(xdrs, ®s->pm_port));
|
||||
return (FALSE);
|
||||
}
|
||||
}
|
||||
|
2
dll/3rdparty/libtirpc/src/winstubs.c
vendored
2
dll/3rdparty/libtirpc/src/winstubs.c
vendored
@ -9,4 +9,4 @@ DWORD getpid(void)
|
||||
fprintf(stderr, "STUB: getpid() returning zero!\n");
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
@ -47,4 +47,4 @@ int _vsnprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *fo
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ CALLBACK
|
||||
ConfigStartMenu(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
|
||||
{
|
||||
return ShowRemoveStartMenuItems(hwndCPl, (LPWSTR) lParam1);
|
||||
}
|
||||
}
|
||||
|
@ -281,4 +281,4 @@ CBDAFrequencyFilter_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -202,4 +202,4 @@ CBDALNBInfo_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ typedef struct _Direct3DBaseTexture9_INT
|
||||
} Direct3DBaseTexture9_INT;
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -166,4 +166,4 @@ CEnumPins_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -166,4 +166,4 @@ CEnumPins_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -342,4 +342,4 @@ CPin_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -719,4 +719,4 @@ CScanningTunner_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -269,4 +269,4 @@ CTuningSpaceContainer_fnConstructor(
|
||||
}
|
||||
|
||||
return NOERROR;
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@ BOOL WINAPI IsNormalizedString(NORM_FORM NormForm, LPCWSTR lpString, INT cwLengt
|
||||
DPRINT1("%x %p %d\n", NormForm, lpString, cwLength);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
@ -567,4 +567,4 @@ BOOL WINAPI wglUseFontOutlinesW(HDC hdc,
|
||||
LPGLYPHMETRICSFLOAT lpgmf)
|
||||
{
|
||||
return wglUseFontOutlines_common(hdc, first, count, listBase, deviation, extrusion, format, lpgmf, TRUE);
|
||||
}
|
||||
}
|
||||
|
@ -1715,4 +1715,4 @@ extern "C" void CALLBACK ReflinkCopyW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmd
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -729,4 +729,4 @@ extern "C" void CALLBACK SendSubvolW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdL
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -828,4 +828,4 @@ DllMain(_In_ HINSTANCE hinstDLL,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1208,4 +1208,4 @@ CDeviceView::RefreshDeviceList()
|
||||
SetupDiDestroyDeviceInfoList(hDevInfo);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ CNode::CNode(const CNode &Node)
|
||||
|
||||
CNode::~CNode()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -56,4 +56,4 @@ CRootNode::SetupNode()
|
||||
GetComputerNameW(m_DisplayName, &Size);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,4 @@ OUT LPDWORD lpReboot)
|
||||
unsigned long __stdcall pSetupGuidFromString(wchar_t const *, struct _GUID *)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
@ -72,4 +72,4 @@ void __RPC_USER
|
||||
midl_user_free(void __RPC_FAR * ptr)
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, ptr);
|
||||
}
|
||||
}
|
||||
|
@ -167,4 +167,4 @@ DllMain(_In_ HINSTANCE hinstDLL,
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
@ -667,4 +667,4 @@ SerialPortPropPageProvider(
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
@ -722,4 +722,4 @@ void schan_imp_deinit(void)
|
||||
WARN("Schannel MBEDTLS schan_imp_deinit\n");
|
||||
}
|
||||
|
||||
#endif /* SONAME_LIBMBEDTLS && !HAVE_SECURITY_SECURITY_H && !SONAME_LIBGNUTLS */
|
||||
#endif /* SONAME_LIBMBEDTLS && !HAVE_SECURITY_SECURITY_H && !SONAME_LIBGNUTLS */
|
||||
|
@ -171,4 +171,4 @@ void schan_imp_deinit(void)
|
||||
#define mbedtls_cipher_info_from_type pmbedtls_cipher_info_from_type
|
||||
#define mbedtls_md_info_from_type pmbedtls_md_info_from_type
|
||||
#define mbedtls_pk_get_bitlen pmbedtls_pk_get_bitlen
|
||||
#define mbedtls_ctr_drbg_seed pmbedtls_ctr_drbg_seed
|
||||
#define mbedtls_ctr_drbg_seed pmbedtls_ctr_drbg_seed
|
||||
|
@ -781,4 +781,4 @@ HRESULT CQueryAssociations::ReturnString(ASSOCF flags, LPWSTR out, DWORD *outlen
|
||||
}
|
||||
|
||||
return hr;
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,4 @@ DECLARE_PROTECT_FINAL_CONSTRUCT()
|
||||
BEGIN_COM_MAP(CQueryAssociations)
|
||||
COM_INTERFACE_ENTRY_IID(IID_IQueryAssociations, IQueryAssociations)
|
||||
END_COM_MAP()
|
||||
};
|
||||
};
|
||||
|
@ -139,4 +139,4 @@ struct _CountFolderAndFilesData {
|
||||
LPWSTR pwszBuf;
|
||||
};
|
||||
|
||||
#endif /* _FILE_DEF_EXT_H_ */
|
||||
#endif /* _FILE_DEF_EXT_H_ */
|
||||
|
@ -1040,4 +1040,4 @@ HRESULT CMenuFocusManager::PopTrackedPopup(HMENU popup)
|
||||
return hr;
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
extern LONG LockCount;
|
||||
extern LONG ObjectCount;
|
||||
|
||||
VOID DllInitServer(VOID);
|
||||
VOID DllInitServer(VOID);
|
||||
|
@ -249,4 +249,4 @@ StreamingDeviceSetupW(IN HWND hwnd,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -718,4 +718,4 @@ typedef struct
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif // _FBT_HCI_CMD_STRUCTS_H
|
||||
#endif // _FBT_HCI_CMD_STRUCTS_H
|
||||
|
@ -5,4 +5,4 @@
|
||||
#include "fbtHciEvents.h"
|
||||
#include "fbtHciErrors.h"
|
||||
|
||||
#endif // _FBT_HCI_DEFS_H
|
||||
#endif // _FBT_HCI_DEFS_H
|
||||
|
@ -55,4 +55,4 @@
|
||||
|
||||
#define FBT_HCI_SUCCESS(x) (x==FBT_HCI_ERROR_SUCCESS)
|
||||
|
||||
#endif // _FBT_HCI_ERROR_H
|
||||
#endif // _FBT_HCI_ERROR_H
|
||||
|
@ -316,4 +316,4 @@ typedef struct
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif // _FBT_HCI_EVENT_STRUCTS_H
|
||||
#endif // _FBT_HCI_EVENT_STRUCTS_H
|
||||
|
@ -42,4 +42,4 @@
|
||||
#define FBT_HCI_EVENT_SYNCHRONOUS_CONNECTION_COMPLETE 0x24
|
||||
#define FBT_HCI_EVENT_SYNCHRONOUS_CONNECTION_CHANGED 0x25
|
||||
|
||||
#endif // _FBT_HCI_EVENTS_H
|
||||
#endif // _FBT_HCI_EVENTS_H
|
||||
|
@ -122,4 +122,4 @@
|
||||
#define FBT_HCI_OGF_FROM_COMMAND(cmd) (cmd>>10)
|
||||
#define FBT_HCI_OCF_FROM_COMMAND(cmd) (cmd&0x3FF)
|
||||
|
||||
#endif // _FBT_HCI_OPCODES_H
|
||||
#endif // _FBT_HCI_OPCODES_H
|
||||
|
@ -48,4 +48,4 @@
|
||||
#define FBT_HCI_BROADCAST_ACTIVE_SLAVE 0x01
|
||||
#define FBT_HCI_BROADCAST_PARKED_SLAVE 0x02
|
||||
|
||||
#endif // _FBT_HCI_PARAMETERS_H
|
||||
#endif // _FBT_HCI_PARAMETERS_H
|
||||
|
@ -24,4 +24,4 @@
|
||||
#define FBT_HCI_VARIABLE_SIZE 1
|
||||
|
||||
|
||||
#endif // _FBT_HCI_SIZES_H
|
||||
#endif // _FBT_HCI_SIZES_H
|
||||
|
@ -19,4 +19,4 @@ class fbtSeException
|
||||
|
||||
void fbtXcptEnableSEHandling();
|
||||
|
||||
#endif //__SEEXCEPTION_H__
|
||||
#endif //__SEEXCEPTION_H__
|
||||
|
@ -55,4 +55,4 @@ class CReg
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
#include "fbtXcpt.h"
|
||||
#include "fbtLog.h"
|
||||
#include "fbtReg.h"
|
||||
#include "fbtReg.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "cdprocs.h"
|
||||
#include "cdprocs.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "fatprocs.h"
|
||||
#include "fatprocs.h"
|
||||
|
@ -144,4 +144,4 @@ int __cdecl CrNtstrcmp (
|
||||
|
||||
}; // end extern "C"
|
||||
|
||||
#endif //__CROSS_VERSION_LIB_NT__H__
|
||||
#endif //__CROSS_VERSION_LIB_NT__H__
|
||||
|
@ -42,4 +42,4 @@ RegTGetStringValue(
|
||||
IN ULONG MaxLen
|
||||
);
|
||||
|
||||
#endif //__MULTIENV_REG_TOOLS__H__
|
||||
#endif //__MULTIENV_REG_TOOLS__H__
|
||||
|
@ -163,4 +163,4 @@ EO_Scan:
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
} // end MyInitUnicodeString()
|
||||
#endif //CDRW_W32
|
||||
#endif //CDRW_W32
|
||||
|
@ -255,4 +255,4 @@
|
||||
#define REGISTER_APP TEXT("DwRegister.exe")
|
||||
|
||||
|
||||
#endif //__DWUDF_REGISTRY__H__
|
||||
#endif //__DWUDF_REGISTRY__H__
|
||||
|
@ -30,4 +30,4 @@ extern BOOLEAN __fastcall UDFIsMatchAllMask(IN PUNICODE_STRING Name,
|
||||
|
||||
extern BOOLEAN __fastcall UDFCanNameBeA8dot3(IN PUNICODE_STRING Name);
|
||||
|
||||
#endif //__UDF_NAME_SUP__H__
|
||||
#endif //__UDF_NAME_SUP__H__
|
||||
|
@ -17,4 +17,4 @@ FltpReadRegistryValue(
|
||||
_Out_writes_bytes_(BufferSize) PVOID Buffer,
|
||||
_In_ ULONG BufferSize,
|
||||
_Out_opt_ PULONG BytesRequired
|
||||
);
|
||||
);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* ReactOS-Specific lwIP binding header - by Cameron Gutman */
|
||||
|
||||
#define PERF_START
|
||||
#define PERF_STOP
|
||||
#define PERF_STOP
|
||||
|
@ -203,4 +203,4 @@
|
||||
/**
|
||||
* TCPIP_DEBUG: Enable debugging in tcpip.c.
|
||||
*/
|
||||
#define TCPIP_DEBUG LWIP_DBG_OFF
|
||||
#define TCPIP_DEBUG LWIP_DBG_OFF
|
||||
|
@ -41,4 +41,4 @@ LibIPShutdown(void)
|
||||
{
|
||||
/* This is synchronous */
|
||||
sys_shutdown();
|
||||
}
|
||||
}
|
||||
|
@ -60,4 +60,4 @@ realloc(void *mem, size_t size)
|
||||
|
||||
/* Return the newly allocated block */
|
||||
return new_mem;
|
||||
}
|
||||
}
|
||||
|
@ -78,4 +78,4 @@ CheckIfBadBlock(
|
||||
IN ULONG count
|
||||
);
|
||||
|
||||
#endif // _BADBLOCK_H_INCLUDED_
|
||||
#endif // _BADBLOCK_H_INCLUDED_
|
||||
|
@ -42,4 +42,4 @@ UniataGetNextChannel(
|
||||
IN PHW_CHANNEL chan
|
||||
);
|
||||
|
||||
#endif //__UNIATA_COMMAND_QUEUE_SUPPORT__H__
|
||||
#endif //__UNIATA_COMMAND_QUEUE_SUPPORT__H__
|
||||
|
@ -147,4 +147,4 @@ int __cdecl CrNtstrcmp (
|
||||
|
||||
}; // end extern "C"
|
||||
|
||||
#endif //__CROSS_VERSION_LIB_NT__H__
|
||||
#endif //__CROSS_VERSION_LIB_NT__H__
|
||||
|
@ -43,4 +43,4 @@ DbgDump_SetAutoReconnect(
|
||||
};
|
||||
#endif //__cplusplus
|
||||
|
||||
#endif //__DBG_DUMP_TOOLS__H__
|
||||
#endif //__DBG_DUMP_TOOLS__H__
|
||||
|
@ -2045,4 +2045,4 @@ USBPORT_Initialize20Hub(IN PDEVICE_OBJECT FdoDevice,
|
||||
HubDeviceHandle->TtCount = TtCount;
|
||||
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
@ -1414,4 +1414,4 @@ USBPORT_AbortEndpoint(IN PDEVICE_OBJECT FdoDevice,
|
||||
|
||||
USBPORT_FlushPendingTransfers(Endpoint);
|
||||
USBPORT_FlushCancelList(Endpoint);
|
||||
}
|
||||
}
|
||||
|
@ -80,4 +80,4 @@ WAVEHDR pwh;
|
||||
int currentChannelCount;
|
||||
HFONT hURLFont;
|
||||
|
||||
#endif //_MAIN_H_
|
||||
#endif //_MAIN_H_
|
||||
|
@ -467,4 +467,4 @@ enum
|
||||
KSNODE_WAVE_INVALID
|
||||
};
|
||||
|
||||
#endif //_INTERFACES_HPP_
|
||||
#endif //_INTERFACES_HPP_
|
||||
|
@ -83,4 +83,4 @@ typedef struct
|
||||
UInt32 enableSPDI;
|
||||
} CMIDATA;
|
||||
|
||||
#endif //_PROPERTY_H_
|
||||
#endif //_PROPERTY_H_
|
||||
|
@ -224,4 +224,4 @@ BOOL WINAPI RegisterDialogClasses(HANDLE hmodule)
|
||||
szTitle,
|
||||
MB_OK | MB_ICONWARNING);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
@ -46,4 +46,4 @@ string binary2cstr ( const string& src )
|
||||
}
|
||||
}
|
||||
return dst;
|
||||
}
|
||||
}
|
||||
|
@ -309,4 +309,4 @@ void tokenize ( const string& text, vector<string>& tokens )
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ LRESULT CALLBACK RosMDIChildProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
|
||||
|
||||
|
||||
/*
|
||||
*/
|
||||
*/
|
||||
|
@ -258,4 +258,4 @@ START_TEST(toolbar)
|
||||
DeactivateActCtx(0, cookie);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -70,4 +70,4 @@ DllMain(
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user