Skip to content

Commit 1eeafc3

Browse files
committed
[WIN32K] Add a useful debugbreak()
1 parent 039205b commit 1eeafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ss/gdi/font/strobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ESTROBJ_vInit(
2121
IN PWSTR pwsz,
2222
IN ULONG cwc)
2323
{
24-
24+
__debugbreak();
2525
}
2626

2727

0 commit comments

Comments
 (0)