Chromium Code Reviews| Index: syzygy/pe/test_dll_x64.def |
| diff --git a/syzygy/pe/test_dll_x64.def b/syzygy/pe/test_dll_x64.def |
| index 06ac83582c47a8364f9decfbca6db763b17d78af..b34ca9868eef8aa1193afeba469fd87dd07efe4d 100644 |
| --- a/syzygy/pe/test_dll_x64.def |
| +++ b/syzygy/pe/test_dll_x64.def |
| @@ -19,3 +19,7 @@ EXPORTS |
| ; Export some functions to make sure the DLL has an exports section. |
| DllMain @7 PRIVATE |
| Hello |
| + function1 @17 PRIVATE |
| + ; Export by ordinal only. |
| + function2 @1 NONAME PRIVATE |
| + function3 @9 PRIVATE |