tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[REACTOS] Add missing line breaks at end of file
Timo Kreuzer
1 year ago
0c2cdcae
764881a9
+128
-128
128 changed files
expand all
collapse all
unified
split
base
applications
atactl
helper.h
charmap_new
Cell.cpp
GridView.cpp
MainWindow.h
precomp.h
mscutils
servman
stop_dependencies.c
network
net
cmdConfig.c
cmdStatistics.c
sndvol32
mixer.c
services
nfsd
acl.c
pnfs_io.c
umpnpmgr
precomp.h
shell
explorer
notifyiconscust.cpp
system
diskpart
attach.c
boot
armllb
inc
machtype.h
environ
include
efi
UefiMultiPhase.h
UefiSpec.h
lib
misc
bootreg.c
mm
stub
mm.c
freeldr
install
linux
finstext2.c
finstext2.h
dll
3rdparty
libtirpc
src
bindresvport.c
clnt_generic.c
epoll_sub.c
getpublickey.c
key_prot_xdr.c
netname.c
netnamer.c
pmap_getmaps.c
pmap_getport.c
pmap_prot.c
winstubs.c
mbedtls
_reactos_strsafe_wrapper.c
cpl
appwiz
removestartmenuitems.c
directx
bdaplgin
frequencyfilter.cpp
lnbinfo.cpp
d3d9
d3d9_basetexture.h
ksproxy
enumpins.cpp
msdvbnp
enumpins.cpp
pin.cpp
scanningtuner.cpp
msvidctl
tuningspace_container.cpp
nls
normaliz
normalize.c
opengl
opengl32
wgl_font.c
shellext
shellbtrfs
contextmenu.cpp
send.cpp
win32
devmgr
api.cpp
devmgmt
DeviceView.cpp
Node.cpp
RootNode.cpp
properties
stubs.cpp
dnsapi
rpc.c
fltlib
fltlib.c
msports
serial.c
schannel
schannel_mbedtls.c
schannel_mbedtls_lazyload.h
shell32
CQueryAssociations.cpp
CQueryAssociations.h
dialogs
filedefext.h
shellmenu
CMenuFocusManager.cpp
shimgvw
comsup.h
streamci
streamci.c
drivers
bluetooth
fbtusb
include
fbtHciCmdStructs.h
fbtHciDefs.h
fbtHciErrors.h
fbtHciEventStructs.h
fbtHciEvents.h
fbtHciOpCodes.h
fbtHciParms.h
fbtHciSizes.h
fbtSeXcpt.h
fbtreg.h
fbtutil.h
filesystems
cdfs
cdprocssrc.c
fastfat
fatprocssrc.c
udfs
Include
CrossNt
CrossNt.h
regtools.h
string_lib.cpp
udf_reg.h
namesup.h
filters
fltmgr
Registry.h
network
tcpip
include
lwip
arch
perf.h
lwipopts.h
ip
lwip_glue
ip.c
memory.c
storage
ide
uniata
badblock.h
id_queue.h
inc
CrossNt.h
PostDbgMesg.h
usb
usbport
device.c
queue.c
wdm
audio
drivers
CMIDriver
cmicontrol
main.h
interfaces.hpp
property.h
modules
rosapps
applications
screensavers
starfield
screensaver.c
sysutils
utils
sdkparse
binary2cstr.cpp
tokenize.cpp
templates
mdi
ros2win.c
rostests
apitests
comctl32
toolbar.c
crt
dll_startup.cpp
include
apitest_iathook.h
msgtrace.h
kernel32
FindActCtxSectionStringW.c
LoadLibraryExW.c
localspl
localspl_apitest.h
ntdll
NtFreeVirtualMemory.c
RtlQueryTimeZoneInfo.c
shell32
CFSFolder.cpp
Control_RunDLLW.cpp
uxtheme
CloseThemeData.c
DrawThemeParentBackground.c
SetWindowTheme.c
kmtests
fltmgr
fltmgr_create
fltmgr_create.c
hidparse
HidPDescription.c
ntos_io
IoDeviceInterface.c
ntos_ke
KeProcessor.c
win32
DriverLoading
Driver
driver.c
winetests
setupapi
dialog.c
ntoskrnl
tests
TestTimer.c
sdk
include
crt
mingw_math.h
dxsdk
d3dx9effect.h
reactos
srmp.h
lib
atl
atlstr.h
crt
misc
isblank.c
iswblank.c
drivers
virtio
virtio_pci_common.h
wdf
reactos_special.cpp
rtl
heapdbg.c
+1
-1
base/applications/atactl/helper.h
···
35
35
ULONG dwReserved[4];
36
36
UCHAR bBuffer[1];
37
37
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
38
38
-
#include <poppack.h>
38
38
+
#include <poppack.h>
+1
-1
base/applications/charmap_new/Cell.cpp
···
91
91
)
92
92
{
93
93
m_CellCoordinates = Coordinates;
94
94
-
}
94
94
+
}
+1
-1
base/applications/charmap_new/GridView.cpp
···
519
519
// Set the new active cell and give it focus
520
520
m_ActiveCell = NewActiveCell;
521
521
m_ActiveCell->SetFocus(true);
522
522
-
}
522
522
+
}
+1
-1
base/applications/charmap_new/MainWindow.h
···
81
81
82
82
bool ChangeMapFont(
83
83
);
84
84
-
};
84
84
+
};
+1
-1
base/applications/charmap_new/precomp.h
···
51
51
52
52
//WINE_DEFAULT_DEBUG_CHANNEL(charmap);
53
53
54
54
-
#endif
54
54
+
#endif
+1
-1
base/applications/mscutils/servman/stop_dependencies.c
···
311
311
return TRUE;
312
312
313
313
return FALSE;
314
314
-
}
314
314
+
}
+1
-1
base/applications/network/net/cmdConfig.c
···
322
322
PrintErrorMessage(ERROR_SUCCESS);
323
323
324
324
return result;
325
325
-
}
325
325
+
}
+1
-1
base/applications/network/net/cmdStatistics.c
···
310
310
PrintErrorMessage(ERROR_SUCCESS);
311
311
312
312
return result;
313
313
-
}
313
313
+
}
+1
-1
base/applications/sndvol32/mixer.c
···
647
647
}
648
648
649
649
return NULL;
650
650
-
}
650
650
+
}
+1
-1
base/services/nfsd/acl.c
···
798
798
parse_setacl,
799
799
handle_setacl,
800
800
marshall_setacl
801
801
-
};
801
801
+
};
+1
-1
base/services/nfsd/pnfs_io.c
···
868
868
dprintf(IOLVL, "<-- pnfs_write() returning %s\n",
869
869
pnfs_error_string(status));
870
870
return status;
871
871
-
}
871
871
+
}
+1
-1
base/services/umpnpmgr/precomp.h
···
92
92
BOOL
93
93
GetSuppressNewUIValue(VOID);
94
94
95
95
-
#endif /* _UMPNPMGR_PCH_ */
95
95
+
#endif /* _UMPNPMGR_PCH_ */
+1
-1
base/shell/explorer/notifyiconscust.cpp
···
47
47
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
48
48
{
49
49
DialogBoxW(hInst, MAKEINTRESOURCEW(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, CustomizeNotifyIconsProc);
50
50
-
}
50
50
+
}
+1
-1
base/system/diskpart/attach.c
···
11
11
BOOL attach_main(INT argc, LPWSTR *argv)
12
12
{
13
13
return TRUE;
14
14
-
}
14
14
+
}
+1
-1
boot/armllb/inc/machtype.h
···
29
29
//
30
30
#define MACH_TYPE_OMAP_ZOOM2 1967
31
31
32
32
-
/* EOF */
32
32
+
/* EOF */
+1
-1
boot/environ/include/efi/UefiMultiPhase.h
···
190
190
WIN_CERTIFICATE_UEFI_GUID AuthInfo;
191
191
} EFI_VARIABLE_AUTHENTICATION_2;
192
192
193
193
-
#endif
193
193
+
#endif
+1
-1
boot/environ/include/efi/UefiSpec.h
···
2097
2097
//#include <Uefi/UefiGpt.h>
2098
2098
//#include <Uefi/UefiInternalFormRepresentation.h>
2099
2099
2100
2100
-
#endif
2100
2100
+
#endif
+1
-1
boot/environ/lib/misc/bootreg.c
···
950
950
951
951
/* All done */
952
952
return Status;
953
953
-
}
953
953
+
}
+1
-1
boot/environ/lib/mm/stub/mm.c
···
49
49
{
50
50
EfiPrintf(L" MmMapPhysicalAddress NOT IMPLEMENTED for this platform\r\n");
51
51
return FALSE;
52
52
-
}
52
52
+
}
+1
-1
boot/freeldr/install/linux/finstext2.c
···
144
144
}
145
145
146
146
return 0;
147
147
-
}
147
147
+
}
+1
-1
boot/freeldr/install/linux/finstext2.h
···
26
26
unsigned char BootPartition;
27
27
unsigned short BootSignature;
28
28
29
29
-
} PACKED EXT2_BOOTCODE, *PEXT2_BOOTCODE;
29
29
+
} PACKED EXT2_BOOTCODE, *PEXT2_BOOTCODE;
+1
-1
dll/3rdparty/libtirpc/src/bindresvport.c
···
275
275
/*
276
276
#endif
277
277
*/
278
278
-
#endif
278
278
+
#endif
+1
-1
dll/3rdparty/libtirpc/src/clnt_generic.c
···
472
472
473
473
return (nfd);
474
474
}
475
475
-
#endif
475
475
+
#endif
+1
-1
dll/3rdparty/libtirpc/src/epoll_sub.c
···
59
59
return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
60
60
}
61
61
62
62
-
#endif
62
62
+
#endif
+1
-1
dll/3rdparty/libtirpc/src/getpublickey.c
···
172
172
else
173
173
return(__getpublickey_real(netname, publickey));
174
174
}
175
175
-
#endif /* ! _WIN32 */
175
175
+
#endif /* ! _WIN32 */
+1
-1
dll/3rdparty/libtirpc/src/key_prot_xdr.c
···
170
170
}
171
171
return (TRUE);
172
172
}
173
173
-
#endif
173
173
+
#endif
+1
-1
dll/3rdparty/libtirpc/src/netname.c
···
147
147
(void) sprintf(netname, "%s.%s@%s", OPSYS, host, domain);
148
148
return (1);
149
149
}
150
150
-
#endif
150
150
+
#endif
+1
-1
dll/3rdparty/libtirpc/src/netnamer.c
···
324
324
}
325
325
}
326
326
}
327
327
-
#endif /* !_WIN32 */
327
327
+
#endif /* !_WIN32 */
+1
-1
dll/3rdparty/libtirpc/src/pmap_getmaps.c
···
88
88
}
89
89
address->sin_port = 0;
90
90
return (head);
91
91
-
}
91
91
+
}
+1
-1
dll/3rdparty/libtirpc/src/pmap_getport.c
···
106
106
address->sin_port = 0;
107
107
return (port);
108
108
}
109
109
-
#endif /* ! _WIN32 */
109
109
+
#endif /* ! _WIN32 */
+1
-1
dll/3rdparty/libtirpc/src/pmap_prot.c
···
55
55
xdr_u_long(xdrs, ®s->pm_prot))
56
56
return (xdr_u_long(xdrs, ®s->pm_port));
57
57
return (FALSE);
58
58
-
}
58
58
+
}
+1
-1
dll/3rdparty/libtirpc/src/winstubs.c
···
9
9
fprintf(stderr, "STUB: getpid() returning zero!\n");
10
10
return 0;
11
11
}
12
12
-
*/
12
12
+
*/
+1
-1
dll/3rdparty/mbedtls/_reactos_strsafe_wrapper.c
···
47
47
default:
48
48
return -1;
49
49
}
50
50
-
}
50
50
+
}
+1
-1
dll/cpl/appwiz/removestartmenuitems.c
···
43
43
ConfigStartMenu(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
44
44
{
45
45
return ShowRemoveStartMenuItems(hwndCPl, (LPWSTR) lParam1);
46
46
-
}
46
46
+
}
+1
-1
dll/directx/bdaplgin/frequencyfilter.cpp
···
281
281
}
282
282
283
283
return NOERROR;
284
284
-
}
284
284
+
}
+1
-1
dll/directx/bdaplgin/lnbinfo.cpp
···
202
202
}
203
203
204
204
return NOERROR;
205
205
-
}
205
205
+
}
+1
-1
dll/directx/d3d9/d3d9_basetexture.h
···
43
43
} Direct3DBaseTexture9_INT;
44
44
#pragma pack(pop)
45
45
46
46
-
#endif
46
46
+
#endif
+1
-1
dll/directx/ksproxy/enumpins.cpp
···
166
166
}
167
167
168
168
return NOERROR;
169
169
-
}
169
169
+
}
+1
-1
dll/directx/msdvbnp/enumpins.cpp
···
166
166
}
167
167
168
168
return NOERROR;
169
169
-
}
169
169
+
}
+1
-1
dll/directx/msdvbnp/pin.cpp
···
342
342
}
343
343
344
344
return NOERROR;
345
345
-
}
345
345
+
}
+1
-1
dll/directx/msdvbnp/scanningtuner.cpp
···
719
719
}
720
720
721
721
return NOERROR;
722
722
-
}
722
722
+
}
+1
-1
dll/directx/msvidctl/tuningspace_container.cpp
···
269
269
}
270
270
271
271
return NOERROR;
272
272
-
}
272
272
+
}
+1
-1
dll/nls/normaliz/normalize.c
···
48
48
DPRINT1("%x %p %d\n", NormForm, lpString, cwLength);
49
49
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
50
50
return FALSE;
51
51
-
}
51
51
+
}
+1
-1
dll/opengl/opengl32/wgl_font.c
···
567
567
LPGLYPHMETRICSFLOAT lpgmf)
568
568
{
569
569
return wglUseFontOutlines_common(hdc, first, count, listBase, deviation, extrusion, format, lpgmf, TRUE);
570
570
-
}
570
570
+
}
+1
-1
dll/shellext/shellbtrfs/contextmenu.cpp
···
1715
1715
}
1716
1716
}
1717
1717
}
1718
1718
-
}
1718
1718
+
}
+1
-1
dll/shellext/shellbtrfs/send.cpp
···
729
729
}
730
730
}
731
731
}
732
732
-
}
732
732
+
}
+1
-1
dll/win32/devmgr/api.cpp
···
828
828
829
829
return TRUE;
830
830
}
831
831
-
}
831
831
+
}
+1
-1
dll/win32/devmgr/devmgmt/DeviceView.cpp
···
1208
1208
SetupDiDestroyDeviceInfoList(hDevInfo);
1209
1209
1210
1210
return TRUE;
1211
1211
-
}
1211
1211
+
}
+1
-1
dll/win32/devmgr/devmgmt/Node.cpp
···
38
38
39
39
CNode::~CNode()
40
40
{
41
41
-
}
41
41
+
}
+1
-1
dll/win32/devmgr/devmgmt/RootNode.cpp
···
56
56
GetComputerNameW(m_DisplayName, &Size);
57
57
58
58
return true;
59
59
-
}
59
59
+
}
+1
-1
dll/win32/devmgr/properties/stubs.cpp
···
33
33
unsigned long __stdcall pSetupGuidFromString(wchar_t const *, struct _GUID *)
34
34
{
35
35
return 1;
36
36
-
}
36
36
+
}
+1
-1
dll/win32/dnsapi/rpc.c
···
72
72
midl_user_free(void __RPC_FAR * ptr)
73
73
{
74
74
HeapFree(GetProcessHeap(), 0, ptr);
75
75
-
}
75
75
+
}
+1
-1
dll/win32/fltlib/fltlib.c
···
167
167
}
168
168
169
169
return TRUE;
170
170
-
}
170
170
+
}
+1
-1
dll/win32/msports/serial.c
···
667
667
return TRUE;
668
668
}
669
669
670
670
-
/* EOF */
670
670
+
/* EOF */
+1
-1
dll/win32/schannel/schannel_mbedtls.c
···
722
722
WARN("Schannel MBEDTLS schan_imp_deinit\n");
723
723
}
724
724
725
725
-
#endif /* SONAME_LIBMBEDTLS && !HAVE_SECURITY_SECURITY_H && !SONAME_LIBGNUTLS */
725
725
+
#endif /* SONAME_LIBMBEDTLS && !HAVE_SECURITY_SECURITY_H && !SONAME_LIBGNUTLS */
+1
-1
dll/win32/schannel/schannel_mbedtls_lazyload.h
···
171
171
#define mbedtls_cipher_info_from_type pmbedtls_cipher_info_from_type
172
172
#define mbedtls_md_info_from_type pmbedtls_md_info_from_type
173
173
#define mbedtls_pk_get_bitlen pmbedtls_pk_get_bitlen
174
174
-
#define mbedtls_ctr_drbg_seed pmbedtls_ctr_drbg_seed
174
174
+
#define mbedtls_ctr_drbg_seed pmbedtls_ctr_drbg_seed
+1
-1
dll/win32/shell32/CQueryAssociations.cpp
···
781
781
}
782
782
783
783
return hr;
784
784
-
}
784
784
+
}
+1
-1
dll/win32/shell32/CQueryAssociations.h
···
33
33
BEGIN_COM_MAP(CQueryAssociations)
34
34
COM_INTERFACE_ENTRY_IID(IID_IQueryAssociations, IQueryAssociations)
35
35
END_COM_MAP()
36
36
-
};
36
36
+
};
+1
-1
dll/win32/shell32/dialogs/filedefext.h
···
139
139
LPWSTR pwszBuf;
140
140
};
141
141
142
142
-
#endif /* _FILE_DEF_EXT_H_ */
142
142
+
#endif /* _FILE_DEF_EXT_H_ */
+1
-1
dll/win32/shell32/shellmenu/CMenuFocusManager.cpp
···
1040
1040
return hr;
1041
1041
1042
1042
return S_OK;
1043
1043
-
}
1043
1043
+
}
+1
-1
dll/win32/shimgvw/comsup.h
···
1
1
extern LONG LockCount;
2
2
extern LONG ObjectCount;
3
3
4
4
-
VOID DllInitServer(VOID);
4
4
+
VOID DllInitServer(VOID);
+1
-1
dll/win32/streamci/streamci.c
···
249
249
}
250
250
}
251
251
}
252
252
-
}
252
252
+
}
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciCmdStructs.h
···
718
718
719
719
#pragma pack(pop)
720
720
721
721
-
#endif // _FBT_HCI_CMD_STRUCTS_H
721
721
+
#endif // _FBT_HCI_CMD_STRUCTS_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciDefs.h
···
5
5
#include "fbtHciEvents.h"
6
6
#include "fbtHciErrors.h"
7
7
8
8
-
#endif // _FBT_HCI_DEFS_H
8
8
+
#endif // _FBT_HCI_DEFS_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciErrors.h
···
55
55
56
56
#define FBT_HCI_SUCCESS(x) (x==FBT_HCI_ERROR_SUCCESS)
57
57
58
58
-
#endif // _FBT_HCI_ERROR_H
58
58
+
#endif // _FBT_HCI_ERROR_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciEventStructs.h
···
316
316
317
317
#pragma pack(pop)
318
318
319
319
-
#endif // _FBT_HCI_EVENT_STRUCTS_H
319
319
+
#endif // _FBT_HCI_EVENT_STRUCTS_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciEvents.h
···
42
42
#define FBT_HCI_EVENT_SYNCHRONOUS_CONNECTION_COMPLETE 0x24
43
43
#define FBT_HCI_EVENT_SYNCHRONOUS_CONNECTION_CHANGED 0x25
44
44
45
45
-
#endif // _FBT_HCI_EVENTS_H
45
45
+
#endif // _FBT_HCI_EVENTS_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciOpCodes.h
···
122
122
#define FBT_HCI_OGF_FROM_COMMAND(cmd) (cmd>>10)
123
123
#define FBT_HCI_OCF_FROM_COMMAND(cmd) (cmd&0x3FF)
124
124
125
125
-
#endif // _FBT_HCI_OPCODES_H
125
125
+
#endif // _FBT_HCI_OPCODES_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciParms.h
···
48
48
#define FBT_HCI_BROADCAST_ACTIVE_SLAVE 0x01
49
49
#define FBT_HCI_BROADCAST_PARKED_SLAVE 0x02
50
50
51
51
-
#endif // _FBT_HCI_PARAMETERS_H
51
51
+
#endif // _FBT_HCI_PARAMETERS_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtHciSizes.h
···
24
24
#define FBT_HCI_VARIABLE_SIZE 1
25
25
26
26
27
27
-
#endif // _FBT_HCI_SIZES_H
27
27
+
#endif // _FBT_HCI_SIZES_H
+1
-1
drivers/bluetooth/fbtusb/include/fbtSeXcpt.h
···
19
19
20
20
void fbtXcptEnableSEHandling();
21
21
22
22
-
#endif //__SEEXCEPTION_H__
22
22
+
#endif //__SEEXCEPTION_H__
+1
-1
drivers/bluetooth/fbtusb/include/fbtreg.h
···
55
55
56
56
};
57
57
58
58
-
#endif
58
58
+
#endif
+1
-1
drivers/bluetooth/fbtusb/include/fbtutil.h
···
1
1
#include "fbtXcpt.h"
2
2
#include "fbtLog.h"
3
3
-
#include "fbtReg.h"
3
3
+
#include "fbtReg.h"
+1
-1
drivers/filesystems/cdfs/cdprocssrc.c
···
1
1
-
#include "cdprocs.h"
1
1
+
#include "cdprocs.h"
+1
-1
drivers/filesystems/fastfat/fatprocssrc.c
···
1
1
-
#include "fatprocs.h"
1
1
+
#include "fatprocs.h"
+1
-1
drivers/filesystems/udfs/Include/CrossNt/CrossNt.h
···
144
144
145
145
}; // end extern "C"
146
146
147
147
-
#endif //__CROSS_VERSION_LIB_NT__H__
147
147
+
#endif //__CROSS_VERSION_LIB_NT__H__
+1
-1
drivers/filesystems/udfs/Include/regtools.h
···
42
42
IN ULONG MaxLen
43
43
);
44
44
45
45
-
#endif //__MULTIENV_REG_TOOLS__H__
45
45
+
#endif //__MULTIENV_REG_TOOLS__H__
+1
-1
drivers/filesystems/udfs/Include/string_lib.cpp
···
163
163
return STATUS_SUCCESS;
164
164
165
165
} // end MyInitUnicodeString()
166
166
-
#endif //CDRW_W32
166
166
+
#endif //CDRW_W32
+1
-1
drivers/filesystems/udfs/Include/udf_reg.h
···
255
255
#define REGISTER_APP TEXT("DwRegister.exe")
256
256
257
257
258
258
-
#endif //__DWUDF_REGISTRY__H__
258
258
+
#endif //__DWUDF_REGISTRY__H__
+1
-1
drivers/filesystems/udfs/namesup.h
···
30
30
31
31
extern BOOLEAN __fastcall UDFCanNameBeA8dot3(IN PUNICODE_STRING Name);
32
32
33
33
-
#endif //__UDF_NAME_SUP__H__
33
33
+
#endif //__UDF_NAME_SUP__H__
+1
-1
drivers/filters/fltmgr/Registry.h
···
17
17
_Out_writes_bytes_(BufferSize) PVOID Buffer,
18
18
_In_ ULONG BufferSize,
19
19
_Out_opt_ PULONG BytesRequired
20
20
-
);
20
20
+
);
+1
-1
drivers/network/tcpip/include/lwip/arch/perf.h
···
1
1
/* ReactOS-Specific lwIP binding header - by Cameron Gutman */
2
2
3
3
#define PERF_START
4
4
-
#define PERF_STOP
4
4
+
#define PERF_STOP
+1
-1
drivers/network/tcpip/include/lwip/lwipopts.h
···
203
203
/**
204
204
* TCPIP_DEBUG: Enable debugging in tcpip.c.
205
205
*/
206
206
-
#define TCPIP_DEBUG LWIP_DBG_OFF
206
206
+
#define TCPIP_DEBUG LWIP_DBG_OFF
+1
-1
drivers/network/tcpip/ip/lwip_glue/ip.c
···
41
41
{
42
42
/* This is synchronous */
43
43
sys_shutdown();
44
44
-
}
44
44
+
}
+1
-1
drivers/network/tcpip/ip/lwip_glue/memory.c
···
60
60
61
61
/* Return the newly allocated block */
62
62
return new_mem;
63
63
-
}
63
63
+
}
+1
-1
drivers/storage/ide/uniata/badblock.h
···
78
78
IN ULONG count
79
79
);
80
80
81
81
-
#endif // _BADBLOCK_H_INCLUDED_
81
81
+
#endif // _BADBLOCK_H_INCLUDED_
+1
-1
drivers/storage/ide/uniata/id_queue.h
···
42
42
IN PHW_CHANNEL chan
43
43
);
44
44
45
45
-
#endif //__UNIATA_COMMAND_QUEUE_SUPPORT__H__
45
45
+
#endif //__UNIATA_COMMAND_QUEUE_SUPPORT__H__
+1
-1
drivers/storage/ide/uniata/inc/CrossNt.h
···
147
147
148
148
}; // end extern "C"
149
149
150
150
-
#endif //__CROSS_VERSION_LIB_NT__H__
150
150
+
#endif //__CROSS_VERSION_LIB_NT__H__
+1
-1
drivers/storage/ide/uniata/inc/PostDbgMesg.h
···
43
43
};
44
44
#endif //__cplusplus
45
45
46
46
-
#endif //__DBG_DUMP_TOOLS__H__
46
46
+
#endif //__DBG_DUMP_TOOLS__H__
+1
-1
drivers/usb/usbport/device.c
···
2045
2045
HubDeviceHandle->TtCount = TtCount;
2046
2046
2047
2047
return Status;
2048
2048
-
}
2048
2048
+
}
+1
-1
drivers/usb/usbport/queue.c
···
1414
1414
1415
1415
USBPORT_FlushPendingTransfers(Endpoint);
1416
1416
USBPORT_FlushCancelList(Endpoint);
1417
1417
-
}
1417
1417
+
}
+1
-1
drivers/wdm/audio/drivers/CMIDriver/cmicontrol/main.h
···
80
80
int currentChannelCount;
81
81
HFONT hURLFont;
82
82
83
83
-
#endif //_MAIN_H_
83
83
+
#endif //_MAIN_H_
+1
-1
drivers/wdm/audio/drivers/CMIDriver/interfaces.hpp
···
467
467
KSNODE_WAVE_INVALID
468
468
};
469
469
470
470
-
#endif //_INTERFACES_HPP_
470
470
+
#endif //_INTERFACES_HPP_
+1
-1
drivers/wdm/audio/drivers/CMIDriver/property.h
···
83
83
UInt32 enableSPDI;
84
84
} CMIDATA;
85
85
86
86
-
#endif //_PROPERTY_H_
86
86
+
#endif //_PROPERTY_H_
+1
-1
modules/rosapps/applications/screensavers/starfield/screensaver.c
···
224
224
szTitle,
225
225
MB_OK | MB_ICONWARNING);
226
226
return FALSE;
227
227
-
}
227
227
+
}
+1
-1
modules/rosapps/applications/sysutils/utils/sdkparse/binary2cstr.cpp
···
46
46
}
47
47
}
48
48
return dst;
49
49
-
}
49
49
+
}
+1
-1
modules/rosapps/applications/sysutils/utils/sdkparse/tokenize.cpp
···
309
309
break;
310
310
}
311
311
}
312
312
-
}
312
312
+
}
+1
-1
modules/rosapps/templates/mdi/ros2win.c
···
79
79
80
80
81
81
/*
82
82
-
*/
82
82
+
*/
+1
-1
modules/rostests/apitests/comctl32/toolbar.c
···
258
258
DeactivateActCtx(0, cookie);
259
259
}
260
260
}
261
261
-
}
261
261
+
}
+1
-1
modules/rostests/apitests/crt/dll_startup.cpp
···
70
70
return TRUE;
71
71
}
72
72
73
73
-
}
73
73
+
}
+1
-1
modules/rostests/apitests/include/apitest_iathook.h
···
61
61
}
62
62
63
63
#endif // _APITEST_IATHOOK_H
64
64
-
64
64
+
+1
-1
modules/rostests/apitests/include/msgtrace.h
···
71
71
ok((status & (notexpected))!=(notexpected), "wrong queue status. got non expected %li\n", (DWORD)(notexpected)); \
72
72
}
73
73
74
74
-
#endif
74
74
+
#endif
+1
-1
modules/rostests/apitests/kernel32/FindActCtxSectionStringW.c
···
332
332
{
333
333
skip("Failed to create context for comctl32dep.manifest\n");
334
334
}
335
335
-
}
335
335
+
}
+1
-1
modules/rostests/apitests/kernel32/LoadLibraryExW.c
···
85
85
START_TEST(LoadLibraryExW)
86
86
{
87
87
TestDllRedirection();
88
88
-
}
88
88
+
}
+1
-1
modules/rostests/apitests/localspl/localspl_apitest.h
···
14
14
15
15
typedef BOOL (WINAPI *PInitializePrintProvidor)(LPPRINTPROVIDOR, DWORD, LPWSTR);
16
16
17
17
-
#endif
17
17
+
#endif
+1
-1
modules/rostests/apitests/ntdll/NtFreeVirtualMemory.c
···
214
214
{
215
215
Test_NtFreeVirtualMemory();
216
216
Test_NtFreeVirtualMemory_Parameters();
217
217
-
}
217
217
+
}
+1
-1
modules/rostests/apitests/ntdll/RtlQueryTimeZoneInfo.c
···
152
152
pRtlQueryTimeZoneInformation = (void *)GetProcAddress(mod, "RtlQueryTimeZoneInformation");
153
153
154
154
test_RtlQueryTimeZoneInformation();
155
155
-
}
155
155
+
}
+1
-1
modules/rostests/apitests/shell32/CFSFolder.cpp
···
185
185
TestUninitialized();
186
186
TestInitialize();
187
187
TestGetUIObjectOf();
188
188
-
}
188
188
+
}
+1
-1
modules/rostests/apitests/shell32/Control_RunDLLW.cpp
···
160
160
ok (tests[i].iStartParams == g_iParams, "%d, CPL_STARTWPARMSW: expected %d got %d\n", tests[i].srcLine, tests[i].iStartParams, g_iParams);
161
161
ok (wcscmp(tests[i].params, g_wstrParams) == 0, "%d, CPL_STARTWPARMSW: expected %S got %S\n", tests[i].srcLine, tests[i].params, g_wstrParams);
162
162
}
163
163
-
}
163
163
+
}
+1
-1
modules/rostests/apitests/uxtheme/CloseThemeData.c
···
27
27
ok( hr == E_HANDLE, "Expected E_HANDLE, got 0x%lx\n", hr);
28
28
29
29
RemoveVectoredExceptionHandler(pVEH);
30
30
-
}
30
30
+
}
+1
-1
modules/rostests/apitests/uxtheme/DrawThemeParentBackground.c
···
212
212
{
213
213
Test_Messages();
214
214
Test_Params();
215
215
-
}
215
215
+
}
+1
-1
modules/rostests/apitests/uxtheme/SetWindowTheme.c
···
88
88
TestTheme(hwnd);
89
89
90
90
DestroyWindow(hwnd);
91
91
-
}
91
91
+
}
+1
-1
modules/rostests/kmtests/fltmgr/fltmgr_create/fltmgr_create.c
···
144
144
ok_eq_hex(Iopb->MajorFunction, IRP_MJ_CREATE);
145
145
146
146
return FLT_POSTOP_FINISHED_PROCESSING;
147
147
-
}
147
147
+
}
+1
-1
modules/rostests/kmtests/hidparse/HidPDescription.c
···
255
255
TestGetCollectionDescription();
256
256
257
257
return STATUS_SUCCESS;
258
258
-
}
258
258
+
}
+1
-1
modules/rostests/kmtests/ntos_io/IoDeviceInterface.c
···
289
289
(void)Test_IoRegisterDeviceInterface;
290
290
Test_IoRegisterPlugPlayNotification();
291
291
Test_IoSetDeviceInterface();
292
292
-
}
292
292
+
}
+1
-1
modules/rostests/kmtests/ntos_ke/KeProcessor.c
···
54
54
START_TEST(KeProcessor)
55
55
{
56
56
KeStallExecutionProcessorTest();
57
57
-
}
57
57
+
}
+1
-1
modules/rostests/win32/DriverLoading/Driver/driver.c
···
15
15
DbgPrint("Test driver loaded sucessfully\n");
16
16
17
17
return STATUS_SUCCESS;
18
18
-
}
18
18
+
}
+1
-1
modules/rostests/winetests/setupapi/dialog.c
···
108
108
{
109
109
test_SetupPromptForDiskA();
110
110
test_SetupPromptForDiskW();
111
111
-
}
111
111
+
}
+1
-1
ntoskrnl/tests/TestTimer.c
···
34
34
}
35
35
36
36
37
37
-
}
37
37
+
}
+1
-1
sdk/include/crt/mingw_math.h
···
544
544
#endif
545
545
546
546
#endif /* C99 or non strict ANSI or C++ */
547
547
-
#endif /* __NO_ISOCEXT */
547
547
+
#endif /* __NO_ISOCEXT */
+1
-1
sdk/include/dxsdk/d3dx9effect.h
···
442
442
}
443
443
#endif
444
444
445
445
-
#endif /* __D3DX9EFFECT_H__ */
445
445
+
#endif /* __D3DX9EFFECT_H__ */
+1
-1
sdk/include/reactos/srmp.h
···
48
48
} u;
49
49
} LSAP_RM_API_MESSAGE, *PLSAP_RM_API_MESSAGE;
50
50
51
51
-
#endif /* _SRMP_ */
51
51
+
#endif /* _SRMP_ */
+1
-1
sdk/lib/atl/atlstr.h
···
142
142
143
143
}
144
144
145
145
-
#endif
145
145
+
#endif
+1
-1
sdk/lib/crt/misc/isblank.c
···
4
4
int __cdecl isblank (int _C)
5
5
{
6
6
return (_isctype(_C, _BLANK) || _C == '\t');
7
7
-
}
7
7
+
}
+1
-1
sdk/lib/crt/misc/iswblank.c
···
4
4
int __cdecl iswblank (wint_t _C)
5
5
{
6
6
return (iswctype(_C, _BLANK) || _C == '\t');
7
7
-
}
7
7
+
}
+1
-1
sdk/lib/drivers/virtio/virtio_pci_common.h
···
85
85
NTSTATUS vio_legacy_initialize(VirtIODevice *vdev);
86
86
NTSTATUS vio_modern_initialize(VirtIODevice *vdev);
87
87
88
88
-
#endif
88
88
+
#endif
+1
-1
sdk/lib/drivers/wdf/reactos_special.cpp
···
72
72
__debugbreak();
73
73
}
74
74
75
75
-
} // extern "C"
75
75
+
} // extern "C"
+1
-1
sdk/lib/rtl/heapdbg.c
···
542
542
return Result;
543
543
}
544
544
545
545
-
/* EOF */
545
545
+
/* EOF */