1

I'm trying to enable VTP following these instructions/examples.

But I keep getting the following error:

error: 'ENABLE_VIRTUAL_TERMINAL_PROCESSING' undeclared (first use in this function)

I'm still super new to coding and I feel like I'm just missing something stupid.

Azeem
  • 11,148
  • 4
  • 27
  • 40

1 Answers1

1

As noted here, this is because only newer versions of the SDK have this defined. You can define it yourself using #define as suggested in the answer(s).

schaiba
  • 362
  • 3
  • 11