Skip to content

Commit 2299e1d

Browse files
committed
Add <shellapi.h> include for CommandLineToArgvW
This should fix the following error: ``` third_party\protobuf\src\google\protobuf\compiler\main.cc(127): error C3861: 'CommandLineToArgvW': identifier not found ``` PiperOrigin-RevId: 613319460
1 parent 480ddc6 commit 2299e1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/google/protobuf/compiler

src/google/protobuf/compiler/main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#ifdef _MSC_VER
2525
#include <windows.h>
26+
#include <shellapi.h>
2627
#endif
2728

2829
namespace google {

0 commit comments

Comments
 (0)