Index: fpdfsdk/include/fsdk_common.h |
diff --git a/fpdfsdk/include/fsdk_common.h b/fpdfsdk/include/fsdk_common.h |
index 279048b9ac0c04cbe85492079a3546eafa57c34f..c20262dae8dfc76b54d2522891ec2fc25377ef37 100644 |
--- a/fpdfsdk/include/fsdk_common.h |
+++ b/fpdfsdk/include/fsdk_common.h |
@@ -25,15 +25,12 @@ |
#define FIELDFLAG_NOTOGGLETOOFF (1 << 14) |
#define FIELDFLAG_RADIO (1 << 15) |
#define FIELDFLAG_PUSHBUTTON (1 << 16) |
-#define FIELDFLAG_RADIOSINUNISON (1 << 25) |
Tom Sepez
2016/02/29 22:37:49
Why'd this change? Are we sure there aren't some
Tom Sepez
2016/02/29 22:38:32
Nevermind. I should read the description.
|
+#define FIELDFLAG_RADIOSINUNISON (1 << 27) |
// for choice fields |
#define FIELDFLAG_COMBO (1 << 17) |
#define FIELDFLAG_EDIT (1 << 18) |
#define FIELDFLAG_SORT (1 << 19) |
#define FIELDFLAG_MULTISELECT (1 << 21) |
-#ifndef FIELDFLAG_DONOTSPELLCHECK |
-#define FIELDFLAG_DONOTSPELLCHECK (1 << 22) |
-#endif |
#define FIELDFLAG_COMMITONSELCHANGE (1 << 26) |
#define BBS_SOLID 0 |